post

Query events

lock
{{protocol}}://{{url}}/{{version}}/query/events

Execute a domain-wide meshQL query.

Permissions: none.

Authentication

Authentication inherited from the collection: Bearer .

Body

          {
  "query": "# 0,3 item.type == 'Task' VIEW $view",
  "aliases": {
    "view": "item.data.name"
  }
}